Welcome![Sign In][Sign Up]
Location:
Search - serial driver

Search list

[Compress-Decompress algrithmsFT232

Description: 这是USB转串口的驱动程序,对没有串口的电脑用处很大。-This is a USB-serial driver, there is no serial port on the computer use much.
Platform: | Size: 1532928 | Author: 卡打开 | Hits:

[OtherUSBTOSerial

Description: The user data sheet for the usb to serial driver using com port. Basically used to connect legacy devices in USB port,
Platform: | Size: 200704 | Author: Basil | Hits:

[Linux-Unixmp2530-serial

Description: 针对三星的开发板MP2530f的串口驱动,mp2530f的内核中串口驱动有误,这是修改后的替换代码-Development board for Samsung MP2530f serial driver, mp2530f the kernel serial driver error, which is the replacement of the modified code
Platform: | Size: 13312 | Author: sophia | Hits:

[Booksserial

Description: 如何在vxworks下实现串口的驱动,描述比较详细,可以借鉴。-How Serial driver under vxworks, described in more detail, we can draw.
Platform: | Size: 342016 | Author: 许任 | Hits:

[Windows CESERIAL

Description: PXA255下,wince中的LCD串口驱动,使用工具是platfrom 4.2-PXA255,wince LCD serial driver,the Development Tools is platfrom 4.2
Platform: | Size: 36864 | Author: 王均伟 | Hits:

[Com Portcom

Description: 串口驱动过滤:实现了简单的串口过滤功能,打印出串口发送的内容-Serial Driver Filter: Implementing a simple serial port filtering, print out the serial port to send the contents of the
Platform: | Size: 3072 | Author: lq | Hits:

[Windows CEserial

Description: wince 6.0 已经调试好的串口驱动程序,很有参加价值哦-wince 6.0 has a good serial port driver debugging, great to participate in the value of oh ......
Platform: | Size: 91136 | Author: 李怀 | Hits:

[SCMGXT-M201_Serial_JPEG_Module_driver_code

Description: MSP430 驱动GXT-M201串口JPEG摄像头模块源代码-MSP430 serial driver GXT-M201 JPEG camera module source code
Platform: | Size: 44032 | Author: vslinux | Hits:

[SCMAD9850-serial

Description: AD9850串行驱动,ATMEGA16+AVR Studio开发实现-AD9850 serial driver, ATMEGA16+ AVR Studio development to achieve
Platform: | Size: 17408 | Author: simon | Hits:

[SCMAD9850_serial

Description: C8051F320 串行驱动DDS芯片AD9850,希望对大家有用-C8051F320 serial driver DDS chip AD9850,Hope of the useful
Platform: | Size: 15360 | Author: 留欢 | Hits:

[SCMUSB-to-RS232-Driver.ZIP

Description: PL2303芯片通用的USB转串口驱动程序,支持win7,保证可正常使用-PL2303 USB to serial chip universal driver to support win7, guarantee the normal use
Platform: | Size: 4396032 | Author: 施明 | Hits:

[Com PortVirtual-Serial-Port-Driver6.0

Description: 串口调试的工具,供串口初学者学习使用,可以查看串口状态-Serial debugging tool for beginners to learn to use the serial port, you can view the port status, etc.
Platform: | Size: 2790400 | Author: 王丽 | Hits:

[Com PortSERIAL

Description: 在6410下的串口驱动程序,此源码为开发板源码,请放心使用-Under the 6410 serial driver, the source for the development board source, please be assured use
Platform: | Size: 117760 | Author: 黄崇桂 | Hits:

[Driver DevelopDriver

Description: 亲自编写,12864显示的驱动,并口和串口驱动,非常好用-Personally prepared, 12864 display driver, parallel and serial driver, very easy to use
Platform: | Size: 55296 | Author: Azelus | Hits:

[SCM12864-show-serial

Description: 12864液晶的串行驱动演示,通过12864的串口线来实现数据的传输,操作平台为89s52,已经通过测试,可以作为参考代码。方便使用-12864 serial LCD driver demo, through the serial port 12864 to achieve data transmission lines, operating platform, 89s52, have been tested, can be used as reference code. Easy to use
Platform: | Size: 15360 | Author: 逆空鱼 | Hits:

[uCOSSerial-Driver

Description: 这是一个基于ucos操作系统开发的串口循环缓冲区!是运行于ARM7内核的LPC2148处理器上的。-This is an operating system development based on the serial ucos circular buffer! Is running on the LPC2148 ARM7-core processors.
Platform: | Size: 5120 | Author: suyoujiang | Hits:

[Linux-UnixLinux-driver-development14

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第14章、Linux终端设备驱动。在Linux系统中,终端设备非常重要,没有终端设备,系统将无法向用户反馈信息,Linux系统中包含控制台、串口和伪终端3类终端设备。14.1节阐述了终端设备的概念及分类,14.2节给出了Linux终端设备驱动的框架结构,重点讲解tty_driver结构体及其成员。14.3~14.5节在14.2节的基础上,分别讲解Linux终端设备驱动的模块加载/卸载函数和open()、close()函数,数据读写流程及tty设备线路设置的编程方法。在Linux系统中,串口驱动完全遵循tty驱动的框架结构,但是进行了底层操作的再次封装,14.6节讲解了Linux系统针对串口tty驱动的这一封装,14.7节则具体给出了串口tty驱动的实现方法。14.8节基于14.6节和14.7节的讲解给出了串口tty驱动的设计实例,即S3C2410集成UART的驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 14, Linux terminal device drivers. In Linux system, terminal equipment is very important, no terminal equipment, the system will not be able to user feedback information, Linux system contains the console, serial ports, and false terminal 3 class terminal equipment. Section 14.1 expounds the concept and classification of the terminal equipment, section 14.2 gives Linux terminal device driver of the frame structure, point to explain in detail tty_driver structures and its members. 14.3 ~ 14.5 in section 14.2, respectively, on the basis of explaining Linux terminal equipment driver module loading/unloading function and open () () function, close reading and writing data, process and equipment set lines tty programming method. In Linux system, serial driver and comply fully with the frame structure, drive tty but the bottom
Platform: | Size: 706560 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development2

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路中经常会使用CPLD和FPGA,2.4节讲解了CPLD和FPGA在电路中的作用。2.5~2.7节讲解实际项目开发过程中硬件分析的方法,包括如何进行原理图分析、时序分析以及如何快速地从芯片手册获取有效信息。2.8节讲解了调试过程中常用仪器、仪表的使用方法,涉及万用表、示波器和逻辑分析仪。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 2, drive design hardware foundation. This chapter explaining the bottom drive engineers must hardware foundation, gives the embedded system hardware principle and analysis methods of the panoramic views. Section 2.1 explain micro controller, microprocessor, digital signal processor and the application in particular areas of the processor respective characteristics. Section 2.2 of embedded system used in all kinds of memory and CPU interface, application field and features detailed explanation. Section 2.3 interpretation of common interface and peripherals, including bus way of working serial port, the I2C, USB, the Ethernet interface, ISA, PCI and cPCI, etc. The embedded system hardware circuit we often use CPLD and FPGA, section 2.4 explained CPLD and FPGA in a circuit ?
Platform: | Size: 866304 | Author: 华清远见 | Hits:

[SCM12864-Serial-Driver

Description: 12864液晶显示模块驱动源程序,写字符,文字,画图实现-12864 LCD module driver source code, written characters, words, drawing achieved
Platform: | Size: 116736 | Author: 李寒 | Hits:

[Driver DevelopDRIVER

Description: 驱动专门用于usb装串口方便大家的使用341的驱动程序-Installed specifically for usb serial driver
Platform: | Size: 76800 | Author: 张良 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net